﻿@charset "UTF-8";

.h-tit {
    margin-bottom: 45px;
}
.h-tit .t1{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
.h-tit .t1.ct{
    text-align: center;
}
.h-tit .t1::after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #2a65bd;
    margin: 10px auto;
}
/* 头部 */

.tm-header{
    padding: 20px 0 20px;
}

.tm-topnav .uk-navbar-nav{
    width: 100%;
}
.tm-topnav .uk-navbar-nav>li{
    position: relative;
    padding: 0 24px;
}
.tm-topnav .uk-navbar-nav>li>a{
    min-height: auto;
    color: #333;
    display: block;
    position: relative;
    text-align: center;
    padding: 0;
    text-transform: capitalize;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
}
.tm-topnav .uk-navbar-nav>li>a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 3px;
    width: 100%;
    background-color: #2a65bd;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tm-topnav .uk-navbar-nav>li>a:hover::after,.tm-topnav .uk-navbar-nav>li.active>a::after{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tm-topnav .ns-nav {
    position: absolute;
    background: #fff;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);

}

.tm-topnav .ns-nav a {
    padding: 12px 20px;
    text-align: center;
    display: block;
    color: #333;
    border-bottom: 1px solid #eee;
}

.tm-topnav .ns-nav a:hover {
    background:#2a65bd;
    color: #fff;
}
.tm-topnav .ns-nav dd:last-child a{
    border-bottom: 0;
}

.tm-topnav li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}


/* 底部 */
.tm-footer {
    background: #252525;
    padding: 80px 0 60px;
    border-top: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
}
.tm-footer .tt{
    font-size: 18px;
    margin-bottom: 15px;
}
.tm-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
    line-height: 2;
}
.tm-footer ul a{
color:#a8a8a8;
    
}
.tm-footer .f-copy{
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.tm-footer .lxfs{
    line-height: 2;
}
.f-ewm h4{
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.f-ewm img{
    margin-right: 5px;
}
.foot{
    background: #252525;
    padding: 30px 0;
    color: #fff;
    border-top: 1px solid #333;
    font-size: 14px;
}
.foot a{
    color: #fff;
}

/* banner */

.banner{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
    position: relative;
}
.swiper-button-next, .swiper-button-prev{
    outline: none;
}
.banner .sw{
    position: absolute;
    bottom: 30%;
    z-index: 9999;
    width: 100%;
}
.banner .sw .btn{
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    outline: none;
    cursor: pointer;
}
/* 产品 */
.h-pro {
    background: #eff6ff;
}
.s-navs{
    background: #fff;
}
.s-navs ul{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.s-navs ul li{
    flex: 1;
    text-align: center;
}
.s-navs ul li a{
    padding: 20px 15px;
    display: block;
    color: #000;
    position: relative;
}
.s-navs ul li.uk-active a{
    background: #2a65bd;
    color: #fff;
}
.s-navs ul li.uk-active a::before{
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #2a65bd transparent transparent transparent;
}
.h-pro .tt .en{
    font-size: 20px;
    color: #627187;
}
.h-pro .tt .cn{
    font-size: 28px;
    font-weight: bold;
}
.h-pro .tt .ms{
    font-size: 14px;
    color: #777;
}
.s-cons{
    margin-top: 40px !important;
}
.h-pro .wrap{
    background: #fff;
    transition: all 0.3s;
}
.h-pro .wrap .text{
    padding: 30px;
}
.h-pro .wrap .tt{
    font-size: 20px;
    font-weight: bold;
}

.h-pro .wrap .desc{
    color: #000;
    margin-bottom: 15px;
}
.h-pro .wrap .more{
    color: #3673ce;
}
.h-pro .wrap:hover{
    background: #3673ce;
}
.h-pro .wrap:hover .tt{
    color: #fff;
}
.h-pro .wrap:hover .desc{
    color: #fff;
}
.h-pro .wrap:hover .more{
    color: #fff;
}

/* 首页公司简介 */
.h-about{
    background: url(../images/h-ab-bg.jpg) center center no-repeat ;
    padding: 200px 0 100px;
}

.ab-text .t1{
    font-size: 72px;
    color: #2a65bd;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.ab-text .t2{
    font-size: 36px;
    font-weight: bold;
    color: #3f4c54;
    margin-bottom: 30px;
}
.ab-text .dd p{
    line-height: 2.4;
    text-indent: 2em;
    text-align: justify;
    margin: 0;
}
.ab-text .dd p a.more{
    text-indent: 0;
    color: #2a65bd;
    float: right;
    transition: all .3s linear;
}
.ab-text .more:hover{
    transform: translateX(-10px);
}
.ab-wrap{
    position: relative;
}
.ab-yous{
    position: absolute;
    top: -302px;
    width: 100%;
    z-index: 9999;
}
.ab-yous .tt{
    background: #2a65bd;
    color: #fff;
    padding: 15px 30px;
}
.ab-yous .tt .en{
    opacity: 0.3;
    font-size: 20px;
}
.ab-yous .tt .cn{
    font-size: 28px;
    font-weight: bold;
}
.ab-yous .tt .jt{
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 102px;
    background: #3673ce;
}
.ab-yous .tt .jt span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}
.ys-con{
    background: #f0f6ff;
    padding: 30px 30px;
}
.ys-con ul{
    margin: 0;
}
.ys-con li{
    display: flex;
    align-items: center;
}
.ys-con .uk-list-divider>li:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}
.ys-con li .icon{
    width: 60px;
    margin-right: 15px;
    
}
.ys-con li .text{
    flex: 1;
}
.ys-con li .text .t1{
    font-size: 18px;
    font-weight: bold;
}
.ys-con li .text .t2{
    font-size: 14px;
}
/* 合作 */
.h-cooperate .wp{
    text-align: center;
    cursor: pointer;
}
.cooperate-swiper{
    background: #eee;
}
.cooperate-swiper::after{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background:#fff;
}
.h-cooperate .wp:hover img{
    opacity: 0.6;
}
.h-cooperate{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}
.h-cooperate .swiper-button-next:after, .h-cooperate .swiper-button-prev:after{
    text-shadow: 0 0 10px #3673ce;
}
/* 内页 */
.n-title{
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 30px;
    position: relative;
}

.n-title p{
    line-height: 2;
}
.n-ban{
    width: 100%;
    height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.n-ban-v{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.n-back{
    text-align: right;
    
}
.n-back a{
    color: #fff;
    padding: 10px 30px;
    background: #2a65bd;
    border-top-right-radius: 10px;
    font-size: 16px;
}
.n-back .iconfont{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.posi{
    color: #777;
    background: #f5f5f5;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}
.posi .fa{
    font-size: 18px;
    margin-right: 10px;
}
.posi .sname{
    font-size: 30px;
    color: #333;
}
.p-nav{
    background: #f7f7f7;
}
.p-nav a{
    display: block;
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
}
.p-nav a.on,.p-nav a:hover{
    border-bottom: 3px solid #2a65bd;
}
/* 内页产品列表 */

.pro-list .wrap{
    transition: all 0.3s;
}
.pro-list .wrap .pic{
    
}
.pro-list .text{
    background: #f8f8f8;
    padding: 30px 20px;
    transition: all 0.3s;
}
.pro-list .text .title{
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.pro-list .text .desc{
    color: #999;
    font-size: 14px;
}
.pro-list .wrap:hover .text{
    background: #2a65bd;
    color: #fff;
}
.pro-list .wrap:hover .text .title,.pro-list .wrap:hover .text .desc{
    color: #fff;
}
/* 内页产品详情 */
.proswiper-b{
    --swiper-navigation-color: #999;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;/* 设置按钮大小 */
}
.proswiper-b{
    padding: 0 0px;
    position: relative;
}
.proswiper-b .swiper-button-next{
    right: 0;
}
.proswiper-b .swiper-button-prev{
    left: 0;
}
.proSwiper2{
    border: 1px solid #eee;
}
.proSwiper{
    margin-top: 15px;
}
.proSwiper .swiper-slide{
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
}
.proSwiper .swiper-slide-thumb-active{
    border-color: #f08700;
}
.n-pro .uk-container{
    max-width: 1200px;
}
.n-pro .title{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.n-pro .desc{
    line-height: 2;
    color: #666;
    min-height: 200px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.n-pro .r-wp{
    /* padding-left: 50px; */
}
.n-pro .rx{
    font-size: 16px;
    color: #666;
}
.n-pro .rx .iconfont{
    color: #2a65bd;
    font-size: 48px;
    line-height: 1;
    margin-left: -20px;
}
.n-pro .zx{
    display: inline-block;
    padding: 8px 40px;
    background: #2a65bd;
    color: #fff;
    font-size: 18px;
}
.n-pro .cans{
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.n-pro .cans span{
    font-weight: bold;
    color: #2a65bd;
}
.n-pro .tt1{
    background: #f5f5f5;
    color: #2a65bd;
    padding: 10px 0 10px 15px;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.n-left{
    background: #f8f8f8;
    padding-bottom: 2px;
}
.n-left .tit{
    font-size: 24px;
    background:#2a65bd;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 15px;
}
.n-left .l-nav li{
    padding-left: 30px;
    padding-right: 30px;
}
.n-left .l-nav li>a{
    display: block;
    font-size: 17px;
}
.n-left .l-nav dl{
    margin-top: 10px;
    font-size: 14px;
}
.n-left .l-nav dl a{
    display: block;
    color: #999;
    line-height: 2;
}
.n-left .l-nav dl a span{
    color: #666;
}
.n-left .l-nav a:hover{
    color: #2a65bd;
}
.n-left .contact .wp{
    background: #2a65bd;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
.n-left .contact .wp .tel{
    font-size: 28px;
    font-weight: bold;
}
.n-left .contact .wp .iconfont{
    font-size: 30px;
    vertical-align: middle;
}


/* 内页关于我们 */


.n-about-js .info p{
    line-height: 2;
}
.n-about-js .tit{
    margin-bottom: 40px;
}
.n-about-js .tit .cn{
    font-size: 32px;
    font-weight: bold;
}
.n-about-js .tit .en{
    font-size: 48px;
    text-transform: uppercase;
    color: #d6dff1;
}
.n-about-js .tit::after{
    content:'';
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin-top: 15px;
}
.n-tit{
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}
.n-tit .cn{
    font-size: 32px;
    font-weight: bold;
}
.n-tit .en{
    font-size: 48px;
    text-transform: uppercase;
}
.n-tit.ys .cn{
    color: #333;
}
.n-tit.ys .en{
    color: #d6dff1;
}
.n-about-wh{
    background: url(../images/n-ab3.jpg) no-repeat center;
    background-size: cover;
}
.n-about-wh .wrap{
    text-align: center;
    padding: 40px;
    border: 1px solid #fff;
    color: #fff;
}
.n-about-wh .wrap .icon{
    font-size: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 62px;
    height: 62px;
}
.n-about-wh .wrap .t1{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
.n-about-lc .lc-sw{
    position: relative;
    
}
.n-about-lc .lc-sw .swiper{
    margin: 0 100px;
    padding: 5px
}
.n-about-lc .lc-sw .line{
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}
.n-about-lc .lc-sw .btn {
    font-size: 24px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
    outline: none;
}
.n-about-lc .lc-sw .btn.prev-b{
    left: 0;
}
.n-about-lc .lc-sw .btn.next-b{
    right: 0;
}
.lc-sw .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lc-sw .swiper-slide .item{
    height: 300px;
    width: calc(100% * 1 / 3.001);
    border-left: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
    position: relative;
   
    
}

.lc-sw .swiper-slide .item:nth-child(1){
    order: 1;
}
.lc-sw .swiper-slide .item:nth-child(2){
    order: 4;
}
.lc-sw .swiper-slide .item:nth-child(3){
    order: 2;
}
.lc-sw .swiper-slide .item:nth-child(4){
    order: 5;
}
.lc-sw .swiper-slide .item:nth-child(5){
    order: 3;
}
.lc-sw .swiper-slide .item .date{
    font-size: 26px;
    color: #3673ce;
}
.lc-sw .swiper-slide .item .con{
    font-size: 13px;
    overflow-y: auto;
    height: 220px;
}
.lc-sw .swiper-slide .item .con::-webkit-scrollbar{
    display: none;
    
}
.lc-sw .swiper-slide .item .con p{
    margin: 0;
    margin-bottom: 10px;
}
.lc-sw .swiper-slide .item::before,.lc-sw .swiper-slide .item::after{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    z-index: 99999;
}
.lc-sw .swiper-slide .item::after{
    top: -5px;
}
.lc-sw .swiper-slide .item::before{
    bottom: -5px;
}
.n-about-ho{
    background: #f7f7f7;
}
.honor-swiper .wp{
    padding: 20px;
    background: #fff;
}
.honor-swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}
.honor-swiper .swiper-button-next:after, .honor-swiper .swiper-button-prev:after{
    text-shadow: 0 0 10px #3673ce;
}
/* 联系 */
.n-contact{
    background: #f7f7f7;
}
.n-contact .lxfs{
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.n-contact .lxfs .icon{
    font-size: 30px;
}
.n-forms{
    padding: 70px 50px;
    background: #f5f5f7;
}
.n-forms h2{
    text-align: center;
    font-size: 36px;
}
.n-forms .fa{
    font-size: 20px;
    color: #666;
}
.n-forms .uk-input{
    height: 50px;
}
.n-forms .uk-inline{
    width: 100%;
}
.n-forms .uk-button{
    line-height: 50px;
    background: #666;
    padding: 0 50px;
    margin-right: 5px;
    color: #fff;
}
.n-forms .uk-button:hover{
    background: #2a65bd;
}
/* 案例 */
.case-list .wrap{
    position: relative;
    overflow: hidden;
}

.case-list .pic{
    padding-bottom: 60%;
}
.case-list .wrap .wp{
    width: 50%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: 0;
}
.case-list .wrap .wp .title{
    font-size: 20px;
    color: #434a67;
    font-weight: bold;
    margin: 0;
}
.case-list .wrap .wp .desc{
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}
.case-list .wrap .wp .more{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d4d4d4;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
}





.newslist .pic{
    padding-bottom: 65%;
}
.newslist .text{
    position: relative;
}
.newslist .text .tit{
    font-size: 18px;
    margin-bottom: 15px;
}
.newslist .text .date{
    /* position: absolute; */
    top: 0;
    right: 0;
    font-size: 16px;
    color: #2a65bd;
    margin-bottom: 10px;
}
.newslist .text .desc{
    font-size: 14px;
    color: #999;
}
.newslist .text .icon{
    text-align: right;
}
.newslist .text .icon .iconfont{
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    transition: all 0.3s ease-out;
}
.newslist .wp:hover .text .icon .iconfont{
    background: #333;
    color: #fff;
}
.newslist .wp:hover .text .tit{
    color: #2a65bd;
}
.news .title {
    text-align: center;
}
.news .title h1{
    font-size: 24px;
    color: #2a65bd;
}
.news .title p{
    font-size: 14px;
    color: #999;
}


.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #2a65bd;
    background: white;
    border: 1px #2a65bd solid;
}

.pagination a.page-num-current {
    border: 1px solid #2a65bd;
    background: #2a65bd;
    color: #fff;
}


/* 服务 */
.n-service .tit{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 32px;
}
.n-service  p{
    line-height: 2;
    color: #666;
}

/* 下载 */
.downlist .pic{
    padding-bottom: 110%;
    margin: 0 10%;
}
.downlist p{
    text-align: center;
    color: #2a65bd;
    margin-bottom: 10px;
}
.downlist a:hover{
    text-decoration: underline;
}